<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.specialSubject .swiper{
    --swiper-navigation-color: rgb(231, 224, 224);/* å•ç‹¬è®¾ç½®æŒ‰é’®é¢œè‰² */
    --swiper-navigation-size: 35px;/* è®¾ç½®æŒ‰é’®å¤§å° */
  }
.specialSubject .swiper-button-next, .swiper-button-prev {
    color: #454545;
}
.specialSubject .swiper-pagination span:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.specialSubject .swiper-button-next:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.specialSubject .swiper-button-prev:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.awardTitleImgContainer {
    --swiper-pagination-color: rgba(110, 106, 107, 0.829); /* åˆ†é¡µé¢œè‰² */
}
.specialSubject .swiper-button-next-two, .swiper-button-prev-two {
    color: #454545;
}
:root{
    --swiper-theme-color:white;
}
/*å…¨å±€æœç´¢å®¹å™¨æ&nbsp;·å¼*/
.global-search{
    margin-top: auto;
    margin-bottom: auto;
    border: 1px solid #999999;
    display: flex;
    justify-content: space-between;
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-right: 0.5em;
    border-radius: 0.3em;
    max-height: 1.8em;
}
.global-search input{
    border: none;
    background: none;
    font-family: 'huawenkaiti';
}
.global-search input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.global-search  button span{
    font-size: 0.9em;
}


/*æ–‡è‰ºåŠ¨æ€æ&nbsp;·å¼*/
.wydtContainerStyle {
    background-color: #FFFFFF;
}

.wydtContainerStyle .titleContainer {
    display: flex;
    justify-content: space-between;
}

.wydtContainerStyle .titleContainer h6 {
    margin: auto;
    text-align: center;
    color: #797979;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    cursor: pointer;
}

.wydtContainerStyle .wydtActiveTitle {
    background-color: #A61B29;
    color: #FFFFFF !important;
}

.wydtContainerStyle .wydtinforDataContainer {
    /*border: 1px solid #A61B29;*/
    display: flex;
    flex-wrap: wrap;
}

.wydtContainerStyle img {
    width: 100%;
    object-fit: cover
}

.wydtContainerStyle .wydtinforDataContainer .oneTitle {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.wydtContainerStyle .wydtinforDataContainer .oneTitle small {
    color: #999999;
}

.wydtContainerStyle .wydtinforDataContainer span {
    font-size: 0.9em;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.wydtContainerStyle .wydtinforDataContainer small a {
    color: #A61B29;
    text-decoration: none;
}

.wydtContainerStyle .wydtinforDataContainer .oneTitle h6 {
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1em;

}

.wydtContainerStyle .wydtinforDataContainer .oneTitle h6 a {
    text-decoration: none;
    color: black;
}

.wydtContainerStyle .wydtinforDataContainer ul {
    /*list-style: inside;*/
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    /*row-gap: 0.75em;*/
    height: 13em;
    justify-content: space-around;
}

.wydtContainerStyle .wydtinforDataContainer ul li div {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5em;
}

.wydtContainerStyle .wydtinforDataContainer ul li h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wydtContainerStyle .wydtinforDataContainer ul li h6 a {
    text-decoration: none;
    color: black;
}

.wydtContainerStyle .wydtinforDataContainer ul li small {
    white-space: nowrap;
    color: #999999;
}

/*åŸºå±‚æ–‡è”èµ„è®¯*/
.jcContainerStyle {
    background-color: #FFFFFF;
}

.jcContainerStyle .titleContainer {
    display: flex;
    justify-content: space-between;
}

.jcContainerStyle .titleContainer h6 {
    margin: auto;
    text-align: center;
    color: #797979;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    cursor: pointer;
}

.jcActiveTitle {
    background-color: #A61B29;
    color: #FFFFFF !important;
}

.jcinforDataContainer {
    /*border: 1px solid #A61B29;*/
    display: flex;
    flex-wrap: wrap;
}

.jcinforDataContainer img {
    width: 100%;
    object-fit: cover
}

.jcinforDataContainer .oneTitle {
    display: flex;
    justify-content: space-between;
    white-space: nowrap;
}

.jcinforDataContainer span {
    font-size: 0.9em;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.jcinforDataContainer small a {
    color: #A61B29;
    text-decoration: none;
}

.jcinforDataContainer .oneTitle h6 {
    white-space: nowrap;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1em;

}

.jcinforDataContainer .oneTitle h6 a {
    text-decoration: none;
    color: black;
}

.jcinforDataContainer ul {
    /*list-style: inside;*/
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.83em;
}

.jcinforDataContainer ul li div {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5em;
}

.jcinforDataContainer ul li h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.jcinforDataContainer ul li h6 a {
    text-decoration: none;
    color: black;
}

.jcinforDataContainer ul li small {
    white-space: nowrap;
    color: #999999;
}

/*åŸºå±‚æ–‡è”èµ„è®¯è½®æ’­æ&nbsp;·å¼*/
.myjcSwiper .swiper-wrapper .swiper-slide {
    text-align: center;
    color: #797979;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    cursor: pointer;
}

.myjcSwiper .swiper-wrapper .swiper-slide-active {
    background-color: #A61B29;
    color: white;

}

#jcleft, #jclright {
    color: #A61B29;
    font-size: 1em;
}

.jcleftContainer, .jclrightContainer {
    transform: scale(1.2);
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    display: flex;
}


#pills-tab {
    row-gap: 1em;
}

.navbar .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.bi-circle-fill {
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.01rem;
    transform: scale(0.76);
}

.wydt-title-broder {
    background-color: white;
    justify-content: space-between;
    display: flex;
    position: absolute;
    width: 100%;
    bottom: -0.6836rem;;
    visibility: hidden;
}

.wydt-title-broder .right, .left {
    border: 0.123rem solid rgba(166, 27, 41, 1);
    background-color: rgba(166, 27, 41, 1);
    width: 40%;
    height: 0;
    margin: auto;
}

.wydt-title-broder .middle {
    /*border: 2px solid rgba(166, 27, 41, 1);*/
    width: 0.3rem;
    height: 0.3rem;
    background-color: rgba(166, 27, 41, 1);
    transform: rotate(135deg);
    margin: auto;

}

#wymjData a {
    text-decoration: none;
    color: black;
}

#wymjData .intro {
    color: rgba(153, 153, 153, 1);
    max-height: 6rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

#wymjData p:last-child a {
    text-decoration: none;
    color: rgba(153, 153, 153, 1);
}

#wymjDataM p:last-child a {
    text-decoration: none;
    color: rgba(153, 153, 153, 1);
}

#xrxzDataPc a {
    text-decoration: none;
    color: white;
}

#xrxzDataM a {
    text-decoration: none;
    color: white;
}

#wlkwData &gt; div {
    position: relative;
    cursor: pointer;
}

.wlkw-title-border {
    border: 2px solid rgba(255, 255, 255, 1);
    width: 20%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

/*ä¸“é¢˜å®šé«˜æ&nbsp;·å¼*/

/* è¶…å°åž‹è®¾å¤‡ï¼ˆç”µè¯ï¼Œ600px åŠä»¥ä¸‹ï¼‰ */
@media only screen and (max-width: 600px) {
    #topSpecialImg {
        max-height: 5rem;
    }

    #middleSpecialImg {
        max-height: 5rem;
    }

    /*æ–‡è‰ºåŠ¨æ€å›¾ç‰‡æ&nbsp;·å¼*/
    #dynamicImgData img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wydtContainerStyle img {
        max-height: 16em;
    }

    .jcinforDataContainer img {
        max-height: 16em;
    }
}

/* å°åž‹è®¾å¤‡ï¼ˆçºµå‘å¹³æ¿ç”µè„‘å’Œå¤§åž‹æ‰‹æœºï¼Œ600 åƒç´&nbsp;åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 600px) {
    #topSpecialImg {
        max-height: 8rem;
    }

    #middleSpecialImg {
        max-height: 8rem;
    }

    /*æ–‡è‰ºåŠ¨æ€å›¾ç‰‡æ&nbsp;·å¼*/
    #dynamicImgData img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wydtContainerStyle img {
        max-height: 16em;
    }

    .jcinforDataContainer img {
        max-height: 16em;
    }
}

/* ä¸­åž‹è®¾å¤‡ï¼ˆæ¨ªå‘å¹³æ¿ç”µè„‘ï¼Œ768 åƒç´&nbsp;åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 768px) {
    #topSpecialImg {
        max-height: 11rem;
    }

    #middleSpecialImg {
        max-height: 11rem;
    }

    /*æ–‡è‰ºåŠ¨æ€å›¾ç‰‡æ&nbsp;·å¼*/
    #dynamicImgData img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .wydtContainerStyle img {
        height: 12.5em;
    }

    .jcinforDataContainer img {
        height: 10em;
    }
}

/* å¤§åž‹è®¾å¤‡ï¼ˆç¬”è®°æœ¬ç”µè„‘/å°å¼æœºï¼Œ992px åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 992px) {
    #topSpecialImg {
        max-height: 15rem;
    }

    #middleSpecialImg {
        max-height: 15rem;
    }

    /*æ–‡è‰ºåŠ¨æ€å›¾ç‰‡æ&nbsp;·å¼*/
    #dynamicImgData img {
        width: 14rem;
        height: 8rem;
        object-fit: cover;
    }

    .wydtCentont #dynamicData {
        height: 8rem;
    }

    #pills-tabContent {
        height: 9rem;
    }

    /*  ä¸¤æ–°æ¨¡å—å›¾ç‰‡  */
    #pills-tabContent img {
        width: 14rem;
        height: 8rem;
        object-fit: cover;
    }
}

/* è¶…å¤§åž‹è®¾å¤‡ï¼ˆå¤§åž‹ç¬”è®°æœ¬ç”µè„‘å’Œå°å¼æœºï¼Œ1200px åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 1200px) {
    /*ä¸“é¢˜å›¾ç‰‡æ&nbsp;·å¼*/
    #topSpecialImg {
        max-height: 19rem;
    }

    #middleSpecialImg {
        max-height: 19rem;
    }

    /*æ–‡è‰ºåŠ¨æ€å›¾ç‰‡æ&nbsp;·å¼*/
    #dynamicImgData img {
        width: 14rem;
        height: 8rem;
        object-fit: cover;
    }

    .wydtCentont #dynamicData {
        height: 8rem;
    }

    /*  ä¸¤æ–°æ¨¡å—å›¾ç‰‡  */
    #pills-tabContent img {
        width: 14rem;
        height: 8rem;
        object-fit: cover;
    }
}

#pills-home {
    /*min-height: 18rem;*/
}

#pills-home a {
    color: black;
    text-decoration: none;
    /*display: flex;*/
    justify-content: space-between;
    column-gap: 1.5rem;
    width: 100%;
}

#pills-home a img {
    max-height: 16em;
    width: 100%;
    object-fit: cover;
}

.card-title {
    margin-bottom: 0.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*è‡ªå®šä¹‰å­—ä½“*/
@font-face {
    font-family: 'huawenkaiti';
    src: url('../font_2te61g9pz2o/huawenkaiti.ttf');
}

/*iframeæ&nbsp;‡ç­¾å“åº”å¼æ&nbsp;·å¼*/
iframe {
    display: none;
    border: none;
    height: 100vh; /*è®¾ç½®é«˜åº¦ç™¾åˆ†æ¯”,ä¸€ç›´è°ƒåˆ°åªæœ‰ä¸€ä¸ªæ»šåŠ¨è°ƒä¸ºæ­¢*/
    width: 100%;
}

/*ç¬¬ä¸€æ¿å—æ•´ä½“èƒŒæ™¯å›¾*/
.plateOne {
    background-image: url(./../image/63891e7955e6d9ea4cce91eb657f3888@2x.png);
    background-size: cover;
}

/*é€‚é…è§†çª—ç¼©æ”¾æ—¶çš„æ•´ä½“è¾¹è·*/
@media (max-width: 1500px ) and (min-width: 992px) {
    .container {
        padding-right: 5.3rem;
        padding-left: 5.3rem;
    }
}

/*å·¦ä¾§æµ®åŠ¨å¯¼èˆª*/
.leftFloatingNav {
    background-color: white;
    top: 38%;
    height: auto;
    border-top-right-radius: 0.6rem;
    border-bottom-right-radius: 0.6rem;
    text-align: center;
    z-index: 2;
}

.leftmyicon {
    position: absolute;
    top: 1rem;
    left: 0.5rem;
    font-size: 0.7rem;
}

.leftFloatingNav figcaption {
    font-size: 0.1rem;
    transform: scale(0.9);
    white-space: nowrap;
}

.leftFloatingNav a {
    color: black;
    text-decoration: none;
}

.left-head-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*å³ä¾§æµ®åŠ¨å¯¼èˆª*/
.rightFloatingNav {
    background-color: white;
    right: 0%;
    top: 43%;
    height: auto;
    width: 6.5rem;
    z-index: 2;
}

.rightFloatingNav figcaption {
    font-size: 0.1rem;
    transform: scale(0.9);
    white-space: nowrap;
}

.rightFloatingNav img {

    padding-left: 0.8rem;
    padding-right: 0.8rem;
    padding-top: 0.8rem;
    padding-bottom: 0.3rem;
}

/*ç½‘é¡µåº•éƒ¨*/
.end-bg {
    background-color: rgba(54, 54, 54, 1);
    color: #CCCCCC;
}

.end-bg &gt; div {
    align-items: center;
}

#essentialInformation a {
    text-decoration: none;
    color: #CCCCCC;
}

.end-ewmImg img {
    width: 5rem;
    height: 5rem;
}

/*å‹æƒ…é“¾æŽ¥*/
.yl-gb {
    background-color: rgba(236, 236, 236, 1);
}

.yl-gb select {
    background-color: rgba(236, 236, 236, 1);
}

#urlContainer select:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

/*ç½‘ä¸Šå±•åŽ…*/
.wszt-dev-firstImg {
    border: 1px solid red;
}

.wsztAothImg-onCilck { /*ç¦ç”¨è‰²å—äº‹ä»¶è§¦å‘*/
    pointer-events: none;
}

.szwy-img-title span {
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.szwy-img-title {
    width: 100%;
    height: 2rem;
    color: white;
    text-align: center;
    bottom: 0.01rem;
    display: flex;
    background-color: rgba(0, 0, 0, 50%);
}

.wsztAothImg img {
    transition: 0.6s;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#wsztDevImg span {
    overflow: hidden;
}

.wsztAothImg img:hover {
    transform: scale(1.2);
}

.wsztAothdiv div {
    height: 6.65rem;
    width: 10rem;
    padding: 0.1rem;
}

.wszt-table tr td {
    padding: 0.5rem;
}

.wszt-box {
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border: 18px solid transparent;
    border-left-color: #212529;
    right: -2.2rem;
    top: 2rem;
}

.wszt-icon {
    width: 1.3em;
    height: 1.3em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;

}

.wszt-btu-left {
    background-color: #A61B29;
    left: -1rem;
    top: 44%;
    color: white;
    cursor: pointer;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.wszt-btu-right {
    background-color: #A61B29;
    right: -1rem;
    top: 44%;
    color: white;
    cursor: pointer;
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.wsztMainImg {
    width: 100%;
    cursor: pointer;
    object-fit: cover;
}

@media (min-width: 1400px) {
    .wsztMainImg {
        height: 31rem;
    }

    .wsztAothImg &gt; div {
        /*padding-right: 4rem;*/
        padding-left: 4rem
    }

    .wsztAothImg span {
        width: 7.1rem;
        height: 7.5rem;
        margin-right: 0.25rem;
    }
}

@media (max-width: 1400px) {
    .wsztMainImg {
        /*height: auto;*/
        /*height: 8000%;*/
        min-height: 20rem;
    }

    .wsztAothImg span {
        width: 10rem;
        height: 9.5rem;
        margin-right: 0.25rem;
    }
}

.wszt-bg {
    background-image: url("./../image/wszt-bg.png");
    background-size: 100% 100%;
}

/*æ•°å­—æ–‡è‰ºç‰ˆå—*/

#szwy-title-phone select {
    outline: none;
    background-color: #A61B29;
    /*font-family: 'huawenkaiti';*/
    color: white;
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.szwy-img-bg {
    background-image: url("./../image/szwy-bg.png");
    background-size: cover;
}

#szwy-title div {
    cursor: pointer;
}

.szwy-div {
    display: flex;
    flex-direction: column
}

#szwy-data {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}



#szwy-data &gt; div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#szwy-data &gt; div:last-child &gt; div:first-child {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#szwy-data &gt; div:last-child &gt; div:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
}

#szwy-data div {
    /*padding: 0;*/
}

#szwy-data img {
    object-fit: cover;
    height: 100%;
    cursor: pointer;
}

#szwy-data .worksData {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    /*padding-left: 0.8em;*/
    /*padding-right: 0.8em;*/
    height: 50%;
    display: none;
}

#szwy-data .worksData &gt; div {
    background-color: rgba(0, 0, 0, 40%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    cursor: pointer;
}

#szwy-data .worksData &gt; div &gt; div {
    display: flex;
    flex-direction: column;
    row-gap: 0.5em;
    color: white;
}

#szwy-data .worksData &gt; div &gt; div p {
    margin-bottom: 0;
}

/*.szwy-table span{*/
/*    background-color: #DEDEDE ;*/
/*    font-family: 'huawenkaiti';*/
/*    color: black;*/
/*}*/
.szwySpan {
    border-top-left-radius: 0.2rem;
    border-top-right-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    padding-left: 0.15rem;
    padding-right: 0.15rem;
    cursor: pointer;
}

.szwy-active span {
    background-color: #A61B29;
    color: white;
}

.szwy-noActive span {
    background-color: #DEDEDE;
    color: black;
}

.icon-szwy-button {
    writing-mode: tb;
    font-family: 'huawenkaiti';
    color: black;
    padding-top: 0.11rem;
}

/*.icon-active{*/
/*    color: white;*/
/*}*/

.icon-szwy-p {
    background-size: 100% 100%;
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
}

/*æ&nbsp;‡é¢˜é€‰ä¸­æ—¶çš„èƒŒæ™¯*/
.icon-szwy-active {
    background-image: url("./../image/szwy-title-active.png");
    color: white;
}

/*æ&nbsp;‡é¢˜æœªé€‰ä¸­æ—¶çš„èƒŒæ™¯*/
.icon-szwy-noActive {
    background-image: url("./../image/szwy-title-noActive.png");
}

.icon-szwy-p-gb {
    font-size: 2.2em;
    width: 1.9em;
    height: 1.6em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-szwy { /* æ•°å­—æ–‡è‰ºè‡ªå®šä¹‰å›¾æ&nbsp;‡ */
    width: 1.8em;
    height: 1.8em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    margin: auto;

}

/* è¶…å°åž‹è®¾å¤‡ï¼ˆç”µè¯ï¼Œ600px åŠä»¥ä¸‹ï¼‰ */
@media only screen and (max-width: 600px) {
    #szwy-data {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child {
        max-height: none;

    }

    #szwy-data &gt; div:last-child &gt; div:last-child {
        max-height: none;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child &gt; div {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:last-child &gt; div {
        height: auto;
    }
    #szwy-data &gt; div {
        height: auto;
    }
}

/* å°åž‹è®¾å¤‡ï¼ˆçºµå‘å¹³æ¿ç”µè„‘å’Œå¤§åž‹æ‰‹æœºï¼Œ600 åƒç´&nbsp;åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 600px) {
    #szwy-data {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child {
        max-height: none;

    }

    #szwy-data &gt; div:last-child &gt; div:last-child {
        max-height: none;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child &gt; div {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:last-child &gt; div {
        height: auto;
    }
    #szwy-data &gt; div {
        height: auto;
    }
}

/* ä¸­åž‹è®¾å¤‡ï¼ˆæ¨ªå‘å¹³æ¿ç”µè„‘ï¼Œ768 åƒç´&nbsp;åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 768px) {
    #szwy-data {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child {
        max-height: none;

    }

    #szwy-data &gt; div:last-child &gt; div:last-child {
        max-height: none;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child &gt; div {
        height: auto;
    }

    #szwy-data &gt; div:last-child &gt; div:last-child &gt; div {
        height: auto;
    }
    #szwy-data &gt; div {
        height: auto;
    }
}

/* å¤§åž‹è®¾å¤‡ï¼ˆæ¨ªå‘å¹³æ¿ç”µè„‘ï¼Œ992 åƒç´&nbsp;åŠä»¥ä¸Šï¼‰ */
@media only screen and (min-width: 992px) {
    #szwy-data {
        height: 40em;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child {
        height: 38.5%;

    }

    #szwy-data &gt; div:last-child &gt; div:last-child {
        height: 59%;
    }

    #szwy-data &gt; div:last-child &gt; div:first-child &gt; div {
        height: 100%;
    }

    #szwy-data &gt; div:last-child &gt; div:last-child &gt; div {
        height: 100%;
    }
    #szwy-data &gt; div {
        height: 100%;
    }
}

.szwy-find { /* æ•°å­—æ–‡è‰ºæœç´¢æ¡†æ&nbsp;·å¼*/
    border: 1px solid rgba(166, 27, 41, 1);
    border-top-left-radius: 2rem;
    background-color: #fff0;
    border-bottom-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
    height: 2.1rem;
}

.szwy-find select {
    /*è®¾ç½®èƒŒæ™¯ä¸ºé€æ˜Ž*/
    background-color: #fff0;
    /*åŽ»æŽ‰é€‰ä¸­çš„è¾¹æ¡†*/
    outline: none;
}

.szwy-find select option {
    border: 0px solid;
}

.szwy-find input {
    background-color: #fff0;
    outline: none;
    border-left: 2px solid rgba(166, 27, 41, 1);
    border-right: 0px solid;
    border-top: 0px solid;
    border-bottom: 0px solid;
}

/* æ–‡è”åˆŠç‰©ç‰ˆå— */
.wlkw-bg {
    background-color: rgba(0, 0, 0, 50%);
    color: white;
}

.wlkw-title-bg {
    background-color: rgba(0, 0, 0, 10%);
}

.wlkw-title-bgHover {
    background-color: rgba(0, 0, 0, 30%);
}

.wlkw-title-activeBg {
    background-color: rgba(166, 27, 41, 1);
}

.wlkw-hide {
    display: none;
}

#sxwyj {
    border-right: 0.01rem solid white;
}

#yytd {
    border-right: 0.01rem solid white;
}

#ddxj {
    border-right: 0.01rem solid white;
}

.wlkw-img {
    width: 15rem;
    height: 19rem;
    margin: -1rem;
    object-fit: cover;
}

.wlkw-img-span {
    width: 15rem;
    height: 19rem;
    border-right: 1px dashed white;
    border-bottom: 1px dashed white;
    border-top: 1px solid white;
    border-left: 1px solid white;
}

/* ä¾¿æ·æœåŠ¡å° */
.wyzy-btn button { /* æ–‡è‰ºèµ„æºé€‰é¡¹æŒ‰é’®æ&nbsp;·å¼ */
    background-color: #E8E8E8;
    border-radius: 5px 5px 5px 5px;
    font-weight: 400;
    color: #999999;
}

.input-group {
    width: auto;
}

.bjfwt-icon {
    width: 1.5em;
    height: 1.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #A61B29;
}

.myoutline { /* æœç´¢è¾“å…¥æ¡†æ&nbsp;·å¼ */
    outline: none;
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    display: block;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bj-bg {
    background-image: url(./../image/bjbg.png);
    background-size: cover;
}

.bj-bg a {
    text-decoration: none;
    color: black;
}

.bj-bg .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(13 110 253 / 25%);
}

.bj-title-b {
    border-bottom: 1px solid #DCDCDC;
    width: 73%;
}

.bj-iconStyle {
    font-size: 1.5rem;
    color: #A61B29;
}

.bj-iconContentBorder-one {
    border-bottom: 1px solid #DCDCDC;
}

.bj-iconContentBorder-tow {
    border-bottom: 1px solid #DCDCDC;
}

.bj-iconContentBorder-tow-a {
    border-right: 1px solid #DCDCDC;
    border-bottom: 1px solid #DCDCDC;
}

.bj-iconContentBorder-tow-b {
    border-bottom: 1px solid #DCDCDC;
}

.bj-iconContentBorder-tow-c {
    border-right: 1px solid #DCDCDC;
}

/* è®¾ç½®æ–‡è‰ºä¸¤æ–°æ&nbsp;‡é¢˜é€‰ä¸­æ&nbsp;·å¼ */
.myactive .active &gt; p {
    color: #A61B29;
    font-weight: 600;
}

/* æ–‡è‰ºä¸¤æ–°æ&nbsp;‡é¢˜æ&nbsp;·å¼ */
.wylx-title-style {
    /*font-family: 'huawenkaiti';*/
    color: black;

    color: #797979;
}

#pills-tabContent ul {
    /*list-style: inside;*/
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.75em;
    justify-content: space-around;
    height: 100%;
}

#pills-tabContent ul li div {
    display: flex;
    justify-content: space-between;
    column-gap: 0.5em;
}

#pills-tabContent ul li h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

#pills-tabContent ul li h6 a {
    text-decoration: none;
    color: black;
}

#pills-tabContent ul li small {
    white-space: nowrap;
    color: #999999;
}


.mynav-link {
    border: 0px;
    background-color: #dcdcdc00;
}

.card-bg {
    background-color: rgba(255, 255, 255, 0);
}

.card-text {
    color: rgb(122 119 119 / 90%);
    max-height: 5rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;

}

/* æ–‡è‰ºåŠ¨æ€éƒ¨åˆ†æ&nbsp;·å¼ */
.wydt-title-style {
    /*font-family: 'huawenkaiti';*/
    color: #A61B29;
    font-weight: 600;
}

.wydt-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #DCDCDC solid;
}

.wydtCentont {
    /*min-height: 10.3rem;*/
    padding-top: 1rem;
}

.wydtCentont #dynamicData {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.98rem;
}

#pills-tabContent #pills-home &gt; div .textWord {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 8rem;
}

#pills-tabContent #pills-home &gt; div .textWord-wszb {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#pills-tabContent #pills-home &gt; div h5 {
    font-weight: 500;
    font-size: 1.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#pills-tabContent #pills-home &gt; div span {
    color: #999999;
    white-space: nowrap;
}

/* å…¬å‘Šé€šçŸ¥åŠ¨ç”»æ&nbsp;·å¼ */
.list-div {
    position: relative;
    width: 100%;
    overflow: hidden;
}

@keyframes run {
    to {
        transform: translateX(-90%);
    }
}

.list {
    position: absolute;
    width: max-content;
    list-style: none;
    padding: 0;
    margin: revert;
    animation: run 150s linear infinite;
}

.list:hover {
    animation-play-state: paused;
}

.list li {
    float: left;
    padding-left: 2rem;
    /* font-family: 'Microsoft YaHei-Regular'; */
}

.list li &gt; a {
    text-decoration: none;
    color: black;
}

/* å…¬å‘Šé€šçŸ¥æ¨¡å—æ&nbsp;·å¼ */
.ggtz-style {
    display: flex;
    justify-content: unset;
}

.ggtz-style &gt; p {
    padding-right: 1rem;
    border-right: 1px solid #DCDCDC;;
}

.ggtz-style &gt; div {
    display: flex;
}

/*  å›¾æ–‡èµ„è®¯ã€å®žæ—¶è¦é—» å­—ä½“è®¾ç½®*/
/*  */
.tw-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #DCDCDC solid;
    margin-left: 2rem;
}

.tw-title button {
    margin-right: 1rem;
}

.mycard {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}

#carouselExampleIndicators .carousel-caption {
    position: absolute;
    right: 0;
    bottom: 1.45rem;
    left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: #0000006b;
}

#carouselExampleIndicators .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 0rem;
    margin-left: 0;
    list-style: none;
    background-color: #0000006b;
    width: 100%;
}

/* æ–‡è‰ºåŠ¨æ€åˆ—è¡¨æ&nbsp;·å¼ */
.wycard-body &gt; ul &gt; li {
    padding-top: 0.3rem;
    padding-bottom: 0.31rem;
}

.mycard-body::-webkit-scrollbar {
    /*æ»šåŠ¨æ¡æ•´ä½“æ&nbsp;·å¼*/
    width: 0.5rem; /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
    height: 100%;
    background-color: white;
}

.wycard-body &gt; ul &gt; li &gt; div {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}

.wycard-body &gt; ul &gt; li &gt; div &gt; a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.wycard-body span {
    color: #999999;
    white-space: nowrap;
}

/* æ—¶äº‹è¦é—»åˆ—è¡¨æ&nbsp;·å¼ */
.mycard-body {
    /*overflow-y: scroll;*/
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
}

.mycard-body &gt; ul {
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
}

.mycard-body &gt; ul &gt; li &gt; div {
    display: flex;
    justify-content: space-between;
    column-gap: 1.5rem;
}

.mycard-body &gt; ul &gt; li &gt; div &gt; a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tt-title-tow div {

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mycard-body span {
    color: #999999;
    white-space: nowrap;
}

.tw-title-style {
    /*font-family: 'huawenkaiti';*/
    color: #A61B29;
    font-weight: 600;
}

.carousel-caption a {
    text-decoration: none;
    color: white;

}

.carousel-caption p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* å¤´æ¡éƒ¨åˆ†æ&nbsp;·å¼ */
.tt-style {
    display: flex;
    /*justify-content: center;*/
}

/*#headlines .spanStyle {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    left:  -0.8em;*/
/*    right: 0;*/
/*    margin: auto;*/
/*    width: 0.1rem;*/
/*}*/
#headlines .tt-title-tow &gt; div:first-child {
    max-width: 49%;
}

#headlines .tt-title-tow &gt; div:last-child {
    max-width: 49%;
}

#headlines a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
    font-size: 1em;
}

.logo-a {
    margin-top: -2rem;
}

.tt-style-content {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.tt-style-content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    text-align: center;
}

.titleLogo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* text-align: center; */
}

.titleLogo img {
    width: 88%;
}

.titleLogo small {
    color: #000000;
    font-family: 'huawenkaiti';
    font-size: 1.1em;
}

/* è‡ªå®šä¹‰å›¾æ&nbsp;‡ */
.icon {
    width: 2em;
    height: 2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-title {
    width: 2.2em;
    height: 2.2em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.icon-logo {
    width: 6.5em;
    height: 6.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
    color: #A61B29;
    margin-right: 0.5em;
}

.tt-logo {
    width: 4.9em;
    height: 4.9em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.myicon {
    position: absolute;
    top: 1.1rem;
    left: 0.2rem;
}

/* æŽ§åˆ¶é€‰ä¸­å›¾æ&nbsp;‡æ˜¾ç¤º/éšè— */
.myiconHide {
    display: none;
}

.login-text {
    white-space: nowrap;
}

.login-text a {
    color: #212529;
    text-decoration: none;
}

/* è®¾ç½®å¯¼èˆªæ&nbsp;å­—ä½“ */
.fontStyle li div {
    font-family: 'huawenkaiti';
    cursor: pointer;
}

.fontStyle li &gt; a {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
}

/*æœªè®¿é—®æ—¶çš„çŠ¶æ€*/
.fontStyle li &gt; a:link {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
}

/*å·²è®¿é—®çš„é“¾æŽ¥*/
.fontStyle li &gt; a:visited {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
}

/*é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨aé“¾æŽ¥*/
.fontStyle li &gt; a:hover {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
}

/*é¼&nbsp;æ&nbsp;‡æŒ‰ä½aæ&nbsp;‡ç­¾æ—¶*/
.fontStyle li &gt; a:active {
    text-decoration: none;
    color: black;
    width: 100%;
    display: flex;
}

.fontStyleliHover {
    background-color: #ffffff7d;
}

.fontStyle li .nav-link {
    color: #000;
}

.fontStyleheard {
    font-family: 'huawenkaiti';
}

.fontStyleliActive {
    background-color: white;
    border-bottom: 3px solid #A61B29;
}

.borderSpan {
    border-left: 2px solid rgba(236, 236, 236, 1);
    height: 3.5rem;
}

.borderSpanActive {
    border-left: 2px solid #00000061;
    height: 3.5rem;
}

.bj-pj-btn {
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: min-content;
    right: 3%;
    border: 1px solid #ffff;
    white-space: nowrap;
}

/* å½“å±å¹•å¤§äºŽ992pxæ—¶ */
@media (min-width: 992px) {
    /* è®¾ç½®å¯¼èˆªæ&nbsp;å­—ä½“æŽ’åºä¸ºåž‚ç›´*/
    .fontStyle li .nav-link {
        /*writing-mode: sideways-rl;*/
        /*writing-mode: vertical-lr;*/
        /*writing-mode: vertical-lr;!*åž‚ç›´å±•ç¤º*!*/
        /*writing-mode: tb-lr;!*å…¼å®¹IE*!*/
        /*display: initial;*/
        width: 2rem;
    }

    .bg {
        background: url(../image/qinqiang.png);
        min-height: 750px;
        background-size: cover;
    }


    /*  å›¾æ–‡èµ„è®¯ã€å®žæ—¶è¦é—» */
    .tw-ss-style {
        height: 400px;
        /* min-height: 400px; */
    }

}

/* å½“å±å¹•å°äºŽ992pxæ—¶ */
@media (max-width: 992px) {

    /* è®¾ç½®å¯¼èˆªæ&nbsp;å­—ä½“æŽ’åºä¸ºæ°´å¹³*/
    .fontStyle li div {
        /*writing-mode: horizontal-tb;*/
        width: auto;
    }

    .bg {
        background: url(../image/qinqiang.png);
        background-size: cover;
    }


    /*  å›¾æ–‡èµ„è®¯ã€å®žæ—¶è¦é—» */
    .tw-ss-style {
        height: auto;
    }
}


.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

/* è®¾ç½®æ–‡è‰ºåå®¶å†…å®¹æ°´å¹³åž‚ç›´å±…ä¸­ */
.bg {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* è¦†ç›–bootstrapè½®æ’­ç®­å¤´å®½åº¦æ&nbsp;·å¼ */
.carousel-control-prev {
    width: auto;
}

.carousel-control-next {
    width: auto;
}

/* è®¾ç½®æ–‡è‰ºåå®¶å†…å®¹å¸ƒå±€åŠå­—ä½“ */
.wymj-style {
    font-family: 'huawenkaiti';
    display: flex;
    /*justify-content: space-evenly;*/
}

.wymj-style img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    object-fit: cover;
}

/*è®¾ç½®å›¾ç‰‡æ&nbsp;‡é¢˜çš„å®½é«˜*/
.img-title {
    width: 7rem;
}

/*è®¾ç½®å›¾ç‰‡æŒ‰é’®å®½åº¦*/
.img-button {
    width: 4rem;
}

/* æ–°äººæ–°ä½œç‰ˆå— */
.xrxz-style {
    display: flex;
    justify-content: space-around;
}

.xrxz-style .xrxz-style-content {
    max-width: min-content;
}

.xrxz-style img {
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
    object-fit: cover;
}

.xrxz-style-content p {
    background-color: #000000;
    opacity: 0.4;
    color: aliceblue;
    max-width: 10em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nav-link {
    color: #000000;
}

.bg-color {
    background-color: white;
}

.wybg-color {
    background: #ffffffa1;
    /*min-height: 14.53rem;*/
}

.mymt {
    margin-top: 2.5rem;
}

.mypb {
    padding-bottom: 2.5rem;
}

.mypl {
    padding-left: 2.5rem;
}

/*è®¾ç½®è½®æ’­å›¾ç‰‡æ&nbsp;·å¼*/
#carouselExampleIndicators .carousel-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}






</pre></body></html>